home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / 3 x Auslogics - pelne wersje specjalne / Auslogics Registry Defrag 4.1 / regdefrag_install.exe / {app} / regdefrag,1.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2007-10-03  |  11KB  |  328 lines

  1. object frmMain: TfrmMain
  2.   Left = 309
  3.   Top = 255
  4.   ActiveControl = btnNext
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Auslogics Registry Defrag'
  8.   ClientHeight = 445
  9.   ClientWidth = 638
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = AxDecoratedSkinFormClose
  19.   OnCloseQuery = AxDecoratedSkinFormCloseQuery
  20.   OnCreate = AxDecoratedSkinFormCreate
  21.   OnDestroy = AxDecoratedSkinFormDestroy
  22.   Shadow = True
  23.   OnLocalize = AxDecoratedSkinFormLocalize
  24.   SkinProperties.WindowEdge = 5
  25.   SkinProperties.Header.Title = 'Auslogics <b>Registry Defrag</b>'
  26.   SkinProperties.Header.TitleFont.Charset = RUSSIAN_CHARSET
  27.   SkinProperties.Header.TitleFont.Color = clWindow
  28.   SkinProperties.Header.TitleFont.Height = -21
  29.   SkinProperties.Header.TitleFont.Name = 'Century Gothic'
  30.   SkinProperties.Header.TitleFont.Style = []
  31.   SkinProperties.Header.SubtitleFont.Charset = RUSSIAN_CHARSET
  32.   SkinProperties.Header.SubtitleFont.Color = clWindow
  33.   SkinProperties.Header.SubtitleFont.Height = -13
  34.   SkinProperties.Header.SubtitleFont.Name = 'Arial'
  35.   SkinProperties.Header.SubtitleFont.Style = []
  36.   SkinProperties.Header.VersionFont.Charset = RUSSIAN_CHARSET
  37.   SkinProperties.Header.VersionFont.Color = 11596028
  38.   SkinProperties.Header.VersionFont.Height = -29
  39.   SkinProperties.Header.VersionFont.Name = 'Century Gothic'
  40.   SkinProperties.Header.VersionFont.Style = [fsBold]
  41.   SkinProperties.DecoratedMenu = ammMenu
  42.   PixelsPerInch = 96
  43.   TextHeight = 16
  44.   object pnlButtons: TPanel
  45.     Left = 0
  46.     Top = 390
  47.     Width = 638
  48.     Height = 55
  49.     Align = alBottom
  50.     BevelOuter = bvNone
  51.     Color = 15132390
  52.     ParentBackground = False
  53.     TabOrder = 0
  54.     DesignSize = (
  55.       638
  56.       55)
  57.     object shpTopLine: TShape
  58.       Left = 0
  59.       Top = 0
  60.       Width = 638
  61.       Height = 1
  62.       Align = alTop
  63.     end
  64.     object btnClose: TButton
  65.       Left = 545
  66.       Top = 16
  67.       Width = 79
  68.       Height = 25
  69.       Action = actClose
  70.       Anchors = [akRight, akBottom]
  71.       Cancel = True
  72.       Caption = '&Close'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ModalResult = 2
  79.       ParentFont = False
  80.       TabOrder = 1
  81.     end
  82.     object btnNext: TButton
  83.       Left = 458
  84.       Top = 16
  85.       Width = 79
  86.       Height = 25
  87.       Action = actNext
  88.       Anchors = [akRight, akBottom]
  89.       Cancel = True
  90.       Caption = '&Next >'
  91.       Font.Charset = DEFAULT_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ModalResult = 2
  97.       ParentFont = False
  98.       TabOrder = 0
  99.     end
  100.     object btnBack: TButton
  101.       Left = 370
  102.       Top = 16
  103.       Width = 79
  104.       Height = 25
  105.       Action = actBack
  106.       Anchors = [akRight, akBottom]
  107.       Cancel = True
  108.       Caption = '< &Back'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ModalResult = 2
  115.       ParentFont = False
  116.       TabOrder = 2
  117.     end
  118.   end
  119.   object apcMain: TAxPageControl
  120.     Left = 0
  121.     Top = 0
  122.     Width = 638
  123.     Height = 390
  124.     ActivePage = atsWelcome
  125.     Align = alClient
  126.     Style = tsFlatButtons
  127.     TabOrder = 1
  128.     NoBorder = True
  129.     object atsWelcome: TAxTabSheet
  130.       Caption = 'atsWelcome'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clWindowText
  133.       Font.Height = -13
  134.       Font.Name = 'Arial'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       TabVisible = True
  138.       HostedPanel = 'frmWelcome.pnlWelcome'
  139.       PageControl = apcMain
  140.     end
  141.     object atsResults: TAxTabSheet
  142.       Caption = 'atsResults'
  143.       TabVisible = True
  144.       HostedPanel = 'frmResults.pnlResults'
  145.       PageControl = apcMain
  146.     end
  147.     object atsNoDefrag: TAxTabSheet
  148.       Caption = 'atsNoDefrag'
  149.       TabVisible = True
  150.       HostedPanel = 'frmNoDefrag.pnlNoDefrag'
  151.       PageControl = apcMain
  152.     end
  153.   end
  154.   object mnfAxManifest: TAxManifest
  155.     Left = 436
  156.     Top = 14
  157.   end
  158.   object ammMenu: TAxDecoratedSkinExMenu
  159.     BiDiMode = bdLeftToRight
  160.     Images = apilImageList
  161.     ParentBiDiMode = False
  162.     UnderlineMenu = False
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clWindowText
  165.     Font.Height = -13
  166.     Font.Name = 'Arial'
  167.     Font.Style = []
  168.     Left = 404
  169.     Top = 14
  170.     object mmiOptimizePC: TMenuItem
  171.       Caption = 'Optimize PC'
  172.       ImageIndex = 1
  173.       OnClick = mmiOptimizePCClick
  174.     end
  175.     object mmiHelp: TMenuItem
  176.       Caption = 'Help'
  177.       ImageIndex = 0
  178.       object Contains1: TMenuItem
  179.         Action = actHelp
  180.         ShortCut = 112
  181.       end
  182.       object N1: TMenuItem
  183.         Caption = '-'
  184.       end
  185.       object VisitProgramSite1: TMenuItem
  186.         Action = actVisitCompanyPage
  187.       end
  188.       object VisitCompanySite1: TMenuItem
  189.         Action = actVisitProductPage
  190.       end
  191.       object GetTechnicalSupport1: TMenuItem
  192.         Action = actGetTechnicalSupport
  193.       end
  194.       object N2: TMenuItem
  195.         Caption = '-'
  196.       end
  197.       object About1: TMenuItem
  198.         Action = actAbout
  199.       end
  200.     end
  201.   end
  202.   object apilImageList: TAxPngImageList
  203.     PngImageCollection = apicImageCollection
  204.     Left = 469
  205.     Top = 14
  206.     Bitmap = {}
  207.   end
  208.   object apicImageCollection: TAxPngImageCollection
  209.     Items = <
  210.       item
  211.         PngImage.Data = {
  212.           89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
  213.           61000000097048597300000B1200000B1201D2DD7EFC0000000467414D410000
  214.           B18E7CFB5193000003164944415478DAA5D25B4893011407F0FF36BFCBF29B6E
  215.           4EDDE7A686E6659A05924285BD5598155D941E8222452BA32C8AA22CC22E9805
  216.           465E92A87C282ABA5894B7CC0B2168786F74D95A5ABBB8CDCB5A993A2DF7ED5B
  217.           BA07C17AECBC9C97737E877338028FC783FF09C11CA0542A3197435816569B0D
  218.           7B73B271A9A8884A5AB162B9482422DE6A341F2F1715FE2C292D873A360646A3
  219.           091FB53A6FCF0280552860309A02B2F6EC3AB22D7D7B8E820D632110E2876364
  220.           A2F575F383F28A1BC5CB1212FA4D26F3BF00CFF390308CBAB2F256B33C385C65
  221.           757018FCE6C2F8A40B420110A91263B1DCF5EBF0C1DCF451BBA35EABFBB41098
  222.           744ECA6A6B5E682946C5F60F71989AE61012C4C0032174860998EC1C428308A4
  223.           25C2BD7DEBC64483D1FC7E1E989D8CFDFB722EECCE3A78A66F601A6E0F8F8C75
  224.           31F0F3A5E1E278FC9EE150F2F82BB4833C56C589C18C35B464E61C583B0F8869
  225.           9A6A6C7C691CE314AC71F837E45231D6AD0CC7F1B25E18865C682A4E405DC738
  226.           6E35F390FB89B045AD77EDCFDE19F6CD3136E205D4EAD8E8274F9F7FEED4BBD0
  227.           F16E042DDD4398E6441011121CDBA1C28E140A658D34BA0C14689A445AD4001E
  228.           5D3FB4A1ADA3AFC10B2C8D8F533FAA7AAEBB78E72BEADACC60240C44A414D99B
  229.           42909BEA83DBADFE68FFC2C0DFD7079C408CD5C13DA8BA7E60737BA7A6D60B48
  230.           FD25929ADA064BE6957EBFC919120152097C7C1538BA4D86D06012652D41902C
  231.           12822088B99D914C3F4561415EC4A065C4E805E40132149C3D51E1205372CB5F
  232.           D811AE94816258E46788111726C4F95A25081F2138A1102ADA0ED97045EF8953
  233.           0549F3478C57C760CAE98C78565DAF3FF7E027A11F26A10C5121359946682085
  234.           E64F7E70CFFE02ED99C22AFF2694149D4AD5BCD7BD5A00F0BC1B2C1BBCFE5AE9
  235.           CDEAAA6E927A37488113C941882590331C58F177C4926FF0E45EE931BBFDC7D5
  236.           AE5E0DFE0278444646CCBEA876E999FCE3C552367ACDA853B688E3052067CC6E
  237.           E7A8AEEBEEFD87E7A3A2A21A6C561B3A7BDEFE0B2C5912097DFF004EE79F445E
  238.           5E5EE0F284B8C4D92AC26C19FA60B18D9A9393121116AA82D5625D08FC4FFC01
  239.           0B4B91F0466F2BB50000000049454E44AE426082}
  240.         Name = 'pimHelp'
  241.       end
  242.       item
  243.         PngImage.Data = {
  244.           89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
  245.           61000000097048597300000B1200000B1201D2DD7EFC0000000467414D410000
  246.           B18E7CFB5193000003304944415478DAA5D3494C93411806E0B70B5A81965241
  247.           9622486B59441417302006DC403697061525C168347A31C608078CF1801A3DB9
  248.           1CB8B8C4188DD1689096884BC45D4C104294AA40B5B5B548E9DF52A42CEDDF7F
  249.           71EA42C3D949E6F2CDBC4F2633DF08789EC7FF0CC13FA0B95987245532844221
  250.           9AF5ADA8282BAEECE87ABFDFEFE7BCD95969479EBDEEE8DFAEAD00C33053E114
  251.           8D2608E874FADF80402038A16B69DD288F8D497878FF81226D6126E6C8656621
  252.           2FFCB1754BE95E96E17A21F803CC57AB83805EDF025EC09262EAB5F61E438D97
  253.           D4879D0E2C4C57A1FDE90B444428B0694349AA73D8D1FFEF046B0BD74D03C404
  254.           68888C8E2EF38A672DB2984C50A56BE01C32636CD006655C1C131626D771ACE8
  255.           197834063205AB0A83C03D9D5EBA744996DD4651A16FDEB4A3BA7A27A9F2F08C
  256.           DB11163281BB4D8F601B19C3624DE6739663570732BBAB7605812B37EF202551
  257.           79A8CFD87F9EA57D181AA2A04C8CC7B6ADA530183AB1A7FE2CD42AB5BBB6AA3A
  258.           6582619C3CC1CB36AC0F02576FDED14626CCADB77CEC59EEB05BD178B111951B
  259.           B5C8C95E0ECC94E0764B1B426591FE4C8DFAEAAAAC8C06728A81F292E22070BD
  260.           B5EDB9345659D0FFF62504EC04BE9A8C1092EBA67D2C925217C06CB2A0D7E682
  261.           9717E16CDDFE12DACF3C2C2AC80D02C71B4E63AE4673CAF7D37574764C2C288F
  262.           0723D63E24CF8B8548128E63179AA054268C96E7A415E6AE5CD91DE897FCECAC
  263.           20B073EF41ECD0565C0C9588F6757EFE0C4E2AC3B70FEF507F783724620695FB
  264.           CE61783284ABC84B2F128A43DACE1CAF43203B05EC3A7038AA7A87961AF5D2B0
  265.           DB073130EAC1BCE478642428E0713BD1DDD5835B8FCD5025C575E82E9F5E11C8
  266.           4C033272D6224A2153A764669C2C2A2FAEEAB358112E9D0145088BDAFA4B90CA
  267.           A3E8303F55E376D8BA6C66E397BFDF809F0216E516614E941CEB4AD63419BFBB
  268.           B6B826BD700E58B0A63007EDAF3EC0EA6431F2E9492935687D4DDA3D924C8A65
  269.           D9C92960715E31668ABCE0386E93EB27BD79597E5EBED1FC633EC41198E173BC
  270.           725394C16EEAB9313EE6B191F03889B8C95E6E1A2011D3E43391150F0B97AD37
  271.           51A68851D3E4BD9C0356838F9E74936D6212667FB72819248F5F299991F0CC35
  272.           BE660000000049454E44AE426082}
  273.         Name = 'pimOptimize'
  274.       end>
  275.     Left = 502
  276.     Top = 14
  277.   end
  278.   object aclActionList: TActionList
  279.     Left = 370
  280.     Top = 15
  281.     object actHelp: TAction
  282.       Caption = 'Help'
  283.       ImageIndex = 0
  284.       OnExecute = actHelpExecute
  285.     end
  286.     object actNull: TAction
  287.     end
  288.     object actBack: TAction
  289.       Caption = '< Back'
  290.       OnExecute = actBackExecute
  291.     end
  292.     object actNext: TAction
  293.       Caption = 'Next >'
  294.       OnExecute = actNextExecute
  295.     end
  296.     object actClose: TAction
  297.       Caption = 'Close'
  298.       OnExecute = actCloseExecute
  299.     end
  300.     object actVisitProductPage: TAction
  301.       Caption = 'Visit Product Page'
  302.       OnExecute = actVisitProductPageExecute
  303.     end
  304.     object actVisitCompanyPage: TAction
  305.       Caption = 'Visit Company Page'
  306.       OnExecute = actVisitCompanyPageExecute
  307.     end
  308.     object actGetTechnicalSupport: TAction
  309.       Caption = 'Get Technical Support'
  310.       OnExecute = actGetTechnicalSupportExecute
  311.     end
  312.     object actAbout: TAction
  313.       Caption = 'About'
  314.       OnExecute = actAboutExecute
  315.     end
  316.   end
  317.   object tmShutdown: TTimer
  318.     Enabled = False
  319.     OnTimer = tmShutdownTimer
  320.     Left = 15
  321.     Top = 348
  322.   end
  323.   object AxVistaAltFix1: TAxVistaAltFix
  324.     Left = 532
  325.     Top = 16
  326.   end
  327. end
  328.